{% if customers %}
{% for customer in customers %}
{% if customer.user.id == id_from %}
{% else %}
{% endif %}
{% endfor %}
{% else %}
No Customers found! Search again!
{% endif %}